Customer Address
Update the postal code of a customer address
Updates an existing customer address.
put/admin/customers/{customer_id:[0-9]+}/addresses/{address_id:[0-9]+}.json
Request body
Response
OK
Example response
{
"customer_address": {
"address1": "123 Fake Street",
"city": "Fakecity",
"country": "Vietnam",
"country_code": "VN",
"country_name": "Viet nam",
"cpf_or_cnpj_number": "CPF: 231.234.234-23, CNPJ: 23.123.423/4234-24",
"first_name": "John",
"last_name": "Smith",
"name": "example name",
"province": "Ontario",
"zip": "K2P 1L4"
}
}